home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-26 | 1.1 KB | 49 lines | [TEXT/MPS ] |
- ; File: E16.StdFile
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-91
- ; All Rights Reserved
- ;
- ;
- badPromptDesc GEQU $1701
- badOrigNameDesc GEQU $1702
- badReplyNameDesc GEQU $1704
- badReplyPathDesc GEQU $1705
- badCall GEQU $1706
- sfNotStarted GEQU $17FF
- noDisplay GEQU $0000 ; file not to be displayed
- noSelect GEQU $0001 ; file displayed, but not selectable
- displaySelect GEQU $0002 ; file displayed and selectable
- sfWildAuxType GEQU $8000
- sfMatchFileType GEQU $8000
- sfWildFileType GEQU $4000
- sfMatchAuxType GEQU $4000
- sfDisplayGrey GEQU $2000
- ; offset constants for SFReplyRec
- ogood GEQU 0
- ofileType GEQU 2
- oauxFileType GEQU 4
- ofilename GEQU 6
- ofullPathname GEQU 22
- ; offset constants for SFReplyRec2
- ;ogood GEQU 0
- ;ofileType GEQU 2
- oauxType GEQU 4
- onameRefDesc GEQU 8
- onameRef GEQU 10
- opathRefDesc GEQU 14
- opathRef GEQU 16
- ; offset constants for SFMultiReplyRec
- ;ogood GEQU 0
- onamesHandle GEQU 2
- ; offset constants for namesHandle record
- obufferLength GEQU 0
- ofileEntryArray GEQU 2
- ; offset constants for fileEntryArray entry
- sfFileType GEQU 0
- sfAuxType GEQU 2
- sfNameLength GEQU 6
- sfPrefix1 GEQU 7
- sfPrefix2 GEQU 8
- sfName GEQU 9
-